.pager
{
    height: 30px;
    padding: 0;
    margin: 0;
    padding-left: 10px; /*border-radius: 8px; 	-moz-border-radius: 8px;*/
}
.pager div.short
{
    float: right;
    margin: 0;
    padding: 0;
    margin-right: 10px;
    width: 74px;
    display:none;
}
.pager div.short input
{
    width: 28px;
    height: 18px;
    border: 1px solid #DFDFDF;
    margin-left: 8px;
    float: left;
    line-height:13px;
}
.pager ul
{
    list-style: none;
    padding: 0;
    float:left;
    margin-left:auto;
    margin-right:auto;
}
.pager ul li
{
    display: inline;
    margin-left: 5px;
}
.pager ul li a
{
	padding:0px;
    text-decoration: none;
    display: inline-table;
    width: 38px;
    height: 38px;
    line-height:38px;
    text-align: center;
 
  
}

.pager span
{
    margin-left: 20px;
    color: black;
    float: right;
    line-height:35px;
    display:none;
}
.pager .btn
{
    display: block;
    width: 38px;
    height:38px;
    margin-left:5px;
    line-height:38px;
    text-align: center;
    float: left;
    padding: 0;
    cursor: pointer;
    border-radius: 2px;
    background:white;
    font-size:16px;
    -moz-border-radius: 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.pager .disabled
{
    color: #DFDFDF !important;
    text-shadow: 1px 1px 1px #FFFFFF;
}
/*green*/.green
{
    background-color: #4f7305;
}
.green.normal
{
    background-color: #588500;
    color: White;
    border: solid 1px #5f9000;
}
.green.active
{
    background-color: #344C00;
    color: #F8EB00;
    border: solid 1px #5f9000;
}
.pager.green .btn
{
    background-color: #588500;
    color: White;
    border: solid 1px #5f9000;
}
/*black*/.black
{
    background-color: #202020;
}
.black.normal
{
    background-color: #1d1d1d;
    color: #B0D551;
    border: solid 1px #000;
}
.black.active
{
    background-color: #333333;
    color: White;
    border: solid 1px #000;
}
.pager.black .btn
{
    background-color: #1d1d1d;
    color: White;
    border: solid 1px #000;
}
/*red*/.red
{
    background-color: white;
}
.red.normal
{
    color: black;
    border: solid 1px #DFDFDF;
}
.red.active
{
  background: #0977D6;
    color: White;
    border: solid 1px #DFDFDF;
}
.pager.red .btn
{
    color: black;
   border: solid 1px #999
}
